

.golf-boven{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.golf-boven svg{
    width: 100%;
    height: 120px;
}
.indeling {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    max-width: 1200px;   
    margin: 0 auto;      
    gap: 1rem;           
}

}

.leeg-indeling {
    grid-column: 1; 
}

.tekst-indeling {
    grid-column: 2; 
}


body {background-color: #ffeef5; 
        font-family: Arial, sans-serif;}

.overons{
    display: flex;
    gap: 200px;
    align-items: flex-start;
}

.overons img{
    width: 500px;
    height: 400px;
}

.tekst{
    max-width: 700px;
}

h1 {color: #40E0D0;
	font-family: "Comic Sans MS", cursive, sans-serif}
a {color: #5b2ac3; 
        font-family: "Comic Sans MS", cursive, sans-serif; 
        font-weight: bold;
        text-decoration: underline;
        font-size: 18px;}

a:hover {color: #6ec6ff; 
        text-decoration: underline;}
p {color: black;}